Quiz 3
If an existing class is NOT stored in a class library, you can use it in a new web application with
A. An "add an existing item" option.
By default, ASP.NET sends the session ID to the browser in
A. A cookie.
Redirect method
A. This method is less efficient than using the Transfer method of the HttpServerUtility class.
A. This method causes the browser to be updated to reflect the address of the new page. (True)
A. This method causes the server to send a special message to the browser that tells it what page to request. (True)
A. This method causes the current page to be terminated and a new page to be processed in its place. (False)
All but one of these statements about the Transfer method of the HttpServerUtility class is true. Which one is false?
A. This method is typically used only if performance is critical. (True)
B. This method does not affect session state. (True)
C. This method involves a round trip to the browser. (False)
D. The processing for this method takes place on the server. (True)
You can use the properties and indexer of the DataView class to get the data for a single Row in the result table for an Access data source.
When a browser requests a web page, ASP.NET
A. creates a session state object that contains an ID for the session.(")
Consider the following statement: Response.Redirect("Secure/IncomeStatement.aspx") What directory does the page ‘IncomeStatement.aspx’ reside in?
A. The secure subdirectory at the current directory.
If you don’t need to retrieve data from the original web page, which is the best way to transfer control to a new page?
Cross-page posting
The App_Code folder for a web site contains the business classes required by the application.
Session state is typically used for all but one of the following purposes. Which one is it?
A. To keep track of pending operations. (True)
A. To keep information about the user. (True)
A. To save objects that a user is working with. (True)
A. To keep track of the last web page that was requested. (False)
If an existing class is NOT stored in a class library, you can use it in a new web application with
A. An "add an existing item" option.
By default, ASP.NET sends the session ID to the browser in
A. A cookie.
Redirect method
A. This method is less efficient than using the Transfer method of the HttpServerUtility class.
A. This method causes the browser to be updated to reflect the address of the new page. (True)
A. This method causes the server to send a special message to the browser that tells it what page to request. (True)
A. This method causes the current page to be terminated and a new page to be processed in its place. (False)
All but one of these statements about the Transfer method of the HttpServerUtility class is true. Which one is false?
A. This method is typically used only if performance is critical. (True)
B. This method does not affect session state. (True)
C. This method involves a round trip to the browser. (False)
D. The processing for this method takes place on the server. (True)
You can use the properties and indexer of the DataView class to get the data for a single Row in the result table for an Access data source.
When a browser requests a web page, ASP.NET
A. creates a session state object that contains an ID for the session.(")
Consider the following statement: Response.Redirect("Secure/IncomeStatement.aspx") What directory does the page ‘IncomeStatement.aspx’ reside in?
A. The secure subdirectory at the current directory.
If you don’t need to retrieve data from the original web page, which is the best way to transfer control to a new page?
Cross-page posting
The App_Code folder for a web site contains the business classes required by the application.
Session state is typically used for all but one of the following purposes. Which one is it?
A. To keep track of pending operations. (True)
A. To keep information about the user. (True)
A. To save objects that a user is working with. (True)
A. To keep track of the last web page that was requested. (False)